GET api/v2/Study/{type}?studyIds[0]={studyIds[0]}&studyIds[1]={studyIds[1]}
Get list of studies.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| type |
mSource study type (mPro, mCapture) |
string |
Required |
| studyIds | Collection of globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Ok
Collection of StudyListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Title | string |
None. |
|
| LastConfigUpdatedTimestamp | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "bc77ed06-5930-4583-9fea-34eca675c1f8",
"title": "sample string 2",
"lastConfigUpdatedTimestamp": "2026-02-03T19:54:38.8907738-06:00"
},
{
"id": "bc77ed06-5930-4583-9fea-34eca675c1f8",
"title": "sample string 2",
"lastConfigUpdatedTimestamp": "2026-02-03T19:54:38.8907738-06:00"
}
]